home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / XML Writer 2.12 / XML writer.exe / file0042.bin / exampleshelp / xmlguide / xmlguide.css < prev   
Encoding:
Cascading Style Sheet File  |  2003-04-14  |  1.2 KB  |  114 lines

  1. A:active, A:link, A:visited
  2.     {
  3.     color:blue;
  4. }
  5.  
  6. A.footer:active, A.footer:link, A.footer:visited, .footer
  7.     {
  8.     color:black;
  9.     font-size:12;
  10.     font-weight:bold;
  11. }
  12.  
  13. BODY,TABLE
  14.     {
  15.     font-family:verdana,arial;
  16.     font-size:12;
  17. }
  18.  
  19. .bgcolour
  20.     {
  21.     background-color:#eeeeee;
  22.     font-weight:bold;
  23. }
  24.  
  25. .code
  26.     {
  27.     font-family:courier new;
  28.     font-size:12;
  29. }
  30.  
  31. .comments
  32.     {
  33.     color:green;
  34. }
  35.  
  36. .indent
  37.     {
  38.     display:block;
  39.     margin-left:10pt;
  40. }
  41.  
  42. H1,H2,H3,H4,H5,H6
  43.     {
  44.     font-family:verdana,arial;
  45. }
  46.  
  47. .header
  48.     {
  49.     color:white;
  50.     font-size:14;
  51.     font-weight:bold;
  52. }
  53.  
  54. .note
  55.     {
  56.     font-family:verdana,arial;
  57.     font-size:12;
  58.     font-weight:bolder;
  59.     color:green;
  60. }
  61.  
  62. .number, .example, .toview
  63.     {
  64.     font-family:verdana,arial;
  65.     font-size:12;
  66.     font-weight:bold;
  67.     color:blue;
  68. }
  69.  
  70. PRE
  71.     {
  72.     font-family:courier new;
  73.     font-size:12;
  74. }
  75.  
  76. .related, .subheading
  77.     {
  78.     font-family:verdana,arial;
  79.     font-size:14;
  80.     font-weight:bold;
  81. }
  82.  
  83. TD 
  84.     {
  85.     vertical-align:top;
  86. }
  87.  
  88. TH 
  89.     {
  90.     text-align:left;
  91. }
  92.  
  93. .tip, .rules
  94.     {
  95.     font-family:verdana,arial;
  96.     font-size:12;
  97.     font-weight:bolder;
  98.     color:red;
  99. }
  100.  
  101. .toolbarshortcut
  102.     {
  103.     font-family:verdana,arial;
  104.     font-size:12;
  105.     font-weight:bolder;
  106.     color:purple;
  107. }
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.